home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
time
/
time_61-70
/
time_64
/
multiplayerv1_30
/
multiplayerv1_30.lha
/
GMOD
/
makefile
< prev
Wrap
Makefile
|
1992-05-25
|
390b
|
16 lines
# Makefile to compile DW_Convert with SAS/C
# (Not an incredibly complicated procedure really)
DW_Convert: DW_Convert.o DW_GMOD.o
BLink from lib:c.o DW_Convert.o DW_GMOD.o to DW_Convert \
lib lib:lc.lib nodebug
DW_Convert.o: DW_Convert.c
LC $*
# I use the A68k assembler by Charlie Gibbs for everything, but other
# assemblers should work too...
DW_GMOD.o: DW_GMOD.asm
A68k $*.asm